(find-function-after-hook): Add :type.
authorRichard M. Stallman <rms@gnu.org>
Sat, 15 Dec 2007 22:35:10 +0000 (22:35 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 15 Dec 2007 22:35:10 +0000 (22:35 +0000)
lisp/emacs-lisp/find-func.el

index ede196721ae26d084f25ebc12529742c2fb36e51..fde70a173ccfa60a9e191bc4f78121ac8a0eaefb 100644 (file)
@@ -135,6 +135,7 @@ See `find-function' and `find-variable'."
   "Hook run after finding symbol definition.
 
 See the functions `find-function' and `find-variable'."
+  :type 'hook
   :group 'find-function
   :version "20.3")